home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / stripps.zip / STRIPPS.TXT < prev    next >
Text File  |  1991-08-23  |  1KB  |  31 lines

  1.                            StripPS v1.0 24 July 1991
  2.            Windows utility for stripping ^D and other unwanted characters
  3.                             from PostScript files.
  4.  
  5.                      Copyright (c) Andrew Fountain 1991
  6.                    This program may be freely distributed.
  7.  
  8. Function:
  9. StripPS removes any control-D characters from the start and end of
  10. the file. Some Unix print spoolers have trouble if there is anything
  11. other than %!PS on the first line, so the comments on the rest of the
  12. line are removed. Some programs put CR's without LF's into the
  13. PostScript. This can also cause trouble in UNIX, so LF's are added to
  14. isolated CR's. However, if the file contains binary information such
  15. as 8-bit fonts, then this insertion of LF's is supressed since it
  16. might foul up the binary. The program reports exactly what it has done.
  17.  
  18. Usage:
  19. Can be run interactively or from the command line:
  20.  
  21. stripps [<source-filename> [ <destination-filename> ] ]
  22. If only one filename is supplied, or the two are the same, then the
  23. result is put back in the original file.
  24.  
  25. If no filenames are supplied then the program is run interactively
  26. and the user is prompted for source and destination files. The
  27. default destination is the same as the source.
  28.  
  29. Version 1.0 of this program requires the Windows common library
  30. WINCOM.DLL to be present on the path.
  31.